TrimCrvs2Polylines
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
TrimCrvs2Polylines()
SYNOPSIS
trim_lib/trim_aux.c:357
CagdPolylineStruct *TrimCrvs2Polylines(TrimSrfStruct *TrimSrf,
CagdBType ParamSpace,
int SamplesPerCurve,
int Optimal)
DESCRIPTION
Routine to convert the trimming curves of a trimmed surface to polylines.
Polyline are always E3 of CagdPolylineStruct type.
NULL is returned in case of an error, otherwise list of
CagdPolylineStruct.
PARAMETERS:
TrimSrf: To extract isoparametric curves from.
ParamSpace: TRUE for curves in parameteric space, FALSE of 3D
Euclidean space.
SamplesPerCurve: Fineness control on piecewise linear curve
approximation.
Optimal: Use optimal approximation of isocurves.
FUNCTION RETURN VALUE
CagdPolylineStruct *: List of polylines representing a piecewise linear
approximation of the extracted isoparamteric
curves or NULL is case of an error.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:15 GMT, October 17, 2022